go/types.Interface.implicit (field)
10 uses
go/types (current package)
decl.go#L727: t.implicit = true
interface.go#L22: implicit bool // interface is wrapper for type set literal (non-interface T, ~T, or A|B)
interface.go#L90: t.implicit = true
interface.go#L130: func (t *Interface) IsImplicit() bool { return t.implicit }
named.go#L688: iface.implicit = old.implicit // should be false but be conservative
subst.go#L203: iface.implicit = t.implicit
typeparam.go#L136: ityp.implicit = true
typestring.go#L230: if t.implicit {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)